@charset "UTF-8";

* {
  padding: 0;
  margin: 0;
  font-family: "Microsoft YaHei", "PingFang SC" !important;
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover, a.text-white:hover, .text-white a:hover {
  text-decoration: none;
  color: #ff7f0a;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

ul, ol {
  list-style: none;
  margin-bottom: 0;
  margin: 0;
}

::selection {
  color: #fff;
  background: #ff7f0a;
}

::-moz-selection {
  color: #fff;
  background: #ff7f0a;
}

#cd-nav {
  z-index: 99999;
}

.ie-alert {
  display: none;
  background: #9f1515;
  font-size: 20px;
  padding: 10px 0;
  text-align: center;
  color: #fff;
}

#scrollUp:hover {
  cursor: pointer;
  background: #f39700;
  color: #fff;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

#scrollUp {
  position: fixed;
  right: 0;
  bottom: 30px;
  background: #e5e5e5;
  text-align: center;
  padding: 10px 15px;
  font-size: 24px;
}

/*常用css样式*/
pre {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  background-color: transparent;
  border: none;
  font-size: 16px;
  line-height: 29px;
  color: #000;
  font-family: "微软雅黑";
  margin: 0;
  padding: 0;
}

.form-control, .input-text {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  color: #555;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  background-image: none;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  font-size: 14px;
  line-height: 1.42857143;
}

.font-bold {
  font-weight: bold;
}

.text-black {
  color: #323232;
}

.word-break,.honor-name  {
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.padding-zero {
  padding: 0;
}

#allmap img {
  max-width: inherit;
}

#allmap {
  width: 100%;
  height: 300px;
}

.top {
  background-color: #fff;
}

.bread, .footer {
  padding: 10px 0;
  background-color: #f5f5f5;
}

.text-yellow, .text-yellow a {
  color: #ff7f0a;
}

.bread-title {
  font-size: 24px;
}

/* 首页 */
.banner-container {
  z-index: 0;
  position: relative;
}

.home-about {
  padding-bottom: 10px;
}

.home-about-zh {
  font-size: 32px;
}

.home-more {
  padding-top: 15px;
}

.home-more a,.home-news-des {
  color: #5d5d5d;
}

.home-about-en {
  font-size: 16px;
}

.about-info {
  color: #5d5d5d;
  line-height: 24px;
}

.home-sub {
  font-size: 16px;
  padding: 15px 0;
}

.home-about-info {
  margin-top: 60px;
  border-left: 4px solid #ff7f0a;
  overflow: hidden;
  padding-left: 20px;
}

.home-sum-company {
  line-height: 24px;
}

.video-title {
  overflow: hidden;
}

.video-name {
  font-size: 36px;
}

.home-video {
  background-color: #003f96;
  height: 120px;
  margin-top: 20px;
  z-index: 999;
}

.home-video-title {
  margin-top: 20px;
}

.margin-top-60 {
  margin-top: 60px;
}

.text-gray {
  color: #5d5d5d;
}

.group {
  background-color: #f5f5f5;
  padding: 30px 0;
}

.home-title {
  font-size: 32px;
}

.home-title-des {
  padding: 20px 0;
}

.sub-name {
  background-color: #ff7f0a;
  line-height: 40px;
  font-size:16px;
  padding:5px 0;
  letter-spacing:1px;
}

.swiper-img {
  position: relative;
}

.swiper-ground,.ind-icon,.ind-btn {
  width: 100%;
  height: 100%;
  position: absolute;
  top: -100%;
  left: 0;
  background-color: rgba(255, 127, 10, 0.5);
  /* display: none; */
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  overflow: hidden;
  
  opacity: 0;
}
.ind-img{
	overflow:hidden;
}
.swiper-slide:hover .swiper-ground,.ind-item:hover  .ind-icon,.ind-item:hover .ind-btn{
  top: 0;
   opacity: 1;
}
.ind-item:hover .ind-title a{
	color:yellow;
}
.swiper-ground img,.ind-icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
}

.home-img-news {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 380px;
  position: relative;
}

.home-img-title {
  font-size: 18px;
}

.home-img-info {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 127, 10, .7);
  padding: 10px 15px;
}

.time-line {
  background-color: #ff7f0a;
  width: 100%;
  height: 2px;
  margin: 5px 0;
}

.day {
  font-size: 18px;
}

.year {
  font-size: 24px;
}

.home-news-time {
  border: 1px solid #d5d5d5;
  padding: 5px 10px;
}

.home-news-title {
  font-size: 18px;
  margin-bottom: 15px;
}

.home-news-list {
  overflow: hidden;
  margin-bottom: 15px;
}

.footer {
  background-color: #333;
  padding: 20px 0;
}

.footer-nav-title {
  font-size: 18px;
}

.footer-nav-list {
  padding-left: 15px;
  margin: 5px 0;
}

.copyright {
  background-color: #000;
  line-height: 40px;
  overflow: hidden;
}

/* 单页 */
.bread-active {
  background-color: #ff7f0a;
  border-color: #ff7f0a !important;
  color: #fff !important;
}
.bread{
	padding-top:20px;
}
.btn-block {
  border: 1px solid #ff7f0a;
  line-height: 34px;
  border-radius: 17px;
  color: #ff7f0a;
  margin-bottom:10px;
  padding:0 10px;
}

.margin-top-30 {
  margin-top: 30px;
}

.page-about, .show-news-info {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: .5px;
}
.show-news-info{
	font-family: "Microsoft YaHei", "PingFang SC" !important;
}

.border-lr {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

.footer-nav-title {
  font-size: 24px;
  margin-bottom: 10px;
}

.footer-nav-list {
  font-size: 16px;
  line-height: 24px;
  padding-left: 15px;
}

.code {
  padding: 20px;
}

/* 新闻 */
.news-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 260px;
}

.news-title {
  color: #333;
  font-size: 24px;
}

.news-info {
  color: #777;
  padding: 15px 0;
  overflow: hidden;
}

.news-info i {
  color: #bfbfbf;
  padding-right: 5px;
}

.news-i {
  padding-top: 30px;
}

.border-right {
  border-right: 1px solid #d9d9d9;
}

.news-des {
  color: #666;
  margin-bottom: 20px;
}

.news-btn-block {
  border: 1px solid #d9d9d9;
  color: #666;
  padding: 10px 30px;
  display: block;
  float: left;
}

.news-list {
  overflow: hidden;
  margin-bottom: 30px;
}

.news-btn-block:hover {
  color: #fff;
  background-color: #ff7f0a;
  border-color: #ff7f0a;
}

.show-news-des {
  border-left: 4px solid #ff7f0a;
  background-color: #f5f5f5;
  padding: 15px;
  margin-bottom: 20px;
}

.next {
  padding: 20px 15px;
  background-color:#f5f5f5;
  font-size:16px;
}

.category-news {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 300px !important;
}

.cate-news-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, .7);
  padding: 10px 15px;
}

.cate-news-name {
  color: #444;
}

.cate-news-time {
  color: #777;
}

.cate-news-list {
  overflow: hidden;
  margin-bottom: 20px;
}

#cate-news {
  padding: 30px 0;
}

/* 资质荣誉 */
.product-container {
  position: relative;
  display: table;
  overflow: hidden;
  width: 100%;
  height: 200px;
  padding: 5px;
  text-align: center;
  border: 1px #ddd solid;
}

.li-img {
  position: relative;
  display: table;
  overflow: hidden;
  width: 100%;
  height: 200px;
  padding: 5px;
  text-align: center;
}

.li-img img {
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.li-img:hover img {
  transform: scale(1.2);
}

.product-container a, .li-img a {
  display: table-cell;
  width: 100%;
  height: 200px;
  vertical-align: middle;
}

.product-container a img, .li-img a img {
  max-width: 100%;
  max-height: 200px;
  margin: 0 auto;
}

.product-name, .honor-name {
  border: 1px solid #ddd;
  border-top: none;
  line-height: 32px;
  margin-bottom: 30px;
}

/* 关于我们 page-about */
.about-brand {
  font-size: 24px;
}

.brand-line {
  width: 50px;
  height: 4px;
  background-color: #e12329;
  margin: 10px auto 30px auto;
}

.about-slogan {
  font-size: 24px;
  color: #e12329;
}

.about-en {
  font-size: 32px;
  color: #ddd;
  padding-top: 20px;
  padding-bottom: 30px;
}

.about-des {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: .7px;
  color: #555;
}

.btn-about {
  border-radius: 0;
  padding: 6px 20px;
}

/* 发展历程 */
.history {
  background-image: url(../../images/history.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 60px 0;
  margin-top: 80px;
}

.text-white, .text-white a {
  color: #fff;
}

.history-prev, .history-next {
  z-index: 9999;
}

/* .about-history {
  padding: 50px 0 0;
} */
.about-history .p-title .t {
  color: #fff;
}

.about-history .p-title .s {
  background: #e50012;
}

/*大*/
.history-main {
  width: 928px;
  padding: 0 0 246px;
  position: relative;
  margin: 80px auto 0;
}

.history-main .swiper-container {
  padding: 69px 0 0;
}

.history-main .history-con {
  display: block;
  height: 72px;
  text-align: center;
  color: #fff;
  background: url(../../images/history-bg.png) no-repeat center 68px;
  position: relative;
}

.history-con .year {
  line-height: 28px;
  font-size: 16px;
}

.history-con:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #fff;
  position: absolute;
  left: 50%;
  margin-left: -4px;
  bottom: 0px;
}

.history-con:after {
  content: "";
  display: block;
  width: 1px;
  height: 9px;
  background: #fff;
  position: absolute;
  left: 50%;
  margin-left: -1px;
  bottom: 11px;
}

.history-con.cur .year {
  color: #fff;
  width: 77px;
  height: 77px;
  line-height: 77px;
  background: rgba(229, 0, 18, .75);
  border-radius: 100%;
  position: absolute;
  top: -53px;
  left: 50%;
  margin-left: -38.5px;
}

.history-con.cur .year:after {
  content: "";
  display: block;
  width: 109px;
  height: 109px;
  background: rgba(229, 0, 18, .25);
  border-radius: 100%;
  position: absolute;
  top: -16px;
  left: -16px;
  z-index: -1;
}

.history-con.cur:before, .history-con.cur:after {
  background: #e50012;
}

.history-con.cur:after {
  height: 30px;
  z-index: 2;
}

.history-prev, .history-next {
  display: block;
  width: 11px;
  height: 21px;
  position: absolute;
  top: 70px;
}

.history-prev {
  left: -58px;
  background: url(../../images/swiper2-l.png) no-repeat center center;
}

.history-next {
  right: -58px;
  background: url(../../images/swiper2-r.png) no-repeat center center;
}

.history-main:before, .history-main:after {
  content: "";
  display: block;
  width: 26px;
  height: 24px;
  background: url(../../images/history-orn1.png) no-repeat center center;
  position: absolute;
  top: 125px;
}

.history-main:before {
  left: -103px;
}

.history-main:after {
  right: -103px;
}

.history-main .orn1, .history-main .orn2 {
  display: block;
  height: 1px;
  background: rgba(255, 255, 255, .3);
  position: absolute;
  top: 137px;
}

/*小*/
.history-info {
  width: 1000px;
  position: relative;
  margin: -151px auto 0;
  z-index: 2;
}

#history .swiper-wrapper {
  padding-bottom: 0;
}

.history-info .swiper-container .swiper-slide {
  padding: 0 10px;
}

.history-container {
  display: block;
  padding: 0 6.851851851851852% 0 41.6666%;
  background: #fff url(../../images/history-bg.jpg) no-repeat center center / cover;
  box-shadow: 0 4px 20px rgba(162, 162, 162, .24);
  position: relative;
}

.history-container .history-img {
  display: block;
  width: 38.7037037037037%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0px;
  top: 0px;
}

.history-container .history-block {
  padding: 61px 0 51px;
  min-height: 284px;
}

.history-block li {
  padding: 0 0 0 37px;
  line-height: 29px;
  color: #666666;
  position: relative;
  margin: 9px 0 0;
}

.history-block li:first-child {
  margin: 0px;
}

.history-block li:before {
  content: "";
  display: block;
  width: 13px;
  height: 1px;
  background: #afafaf;
  position: absolute;
  left: 0px;
  top: 14px;
}

@media all and (max-width:1100px) {

  /*1024 * 768 */
  .auChonor-swiper .swiper-pagination {
    margin: .8rem 0 0;
  }

  .about-history {
    padding: .5rem 0;
    background-size: cover;
  }

  .history-main {
    width: 100%;
    padding: 0px;
    margin: 1rem 0 0;
  }

  .history-con.cur .year {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    margin-left: -25px;
    top: -33px;
  }

  .history-con.cur .year:after {
    width: 70px;
    height: 70px;
    top: -10px;
    left: -10px;
  }

  .history-info {
    margin: 1.2rem 0 0;
  }

  .history-info .swiper-container {
    padding: 0px 0 1rem;
  }
}

@media all and (max-width:1100px) {

  /*1024 * 768 */
  .Hnav .Hname {
    font-size: 14px;
  }

  .Hnav>li {
    margin: 0 0 0 .3rem;
  }

  .history-prev {
    left: 0px;
  }

  .history-next {
    right: 0px;
  }

  .history-info {
    width: 100%;
    padding: 0 4%;
  }
}

@media (max-width: 640px) {
  .history-container .history-img {
    width: 100%;
    height: auto;
    position: relative;
  }
}

@media (max-width: 640px) {
  .history-container .history-block {
    min-height: 0px;
    padding: 1rem 4%;
  }
}

@media (max-width: 640px) {
  .history-container {
    padding: 0px;
  }
}

.speed {
  font-size: 16px;
  line-height: 32px;
}

.margin-top-30 {
  margin-top: 30px;
}

/* .联系我们 */
.contact-title {
  font-size: 24px;
  margin-bottom: 15px;
}

.list-contact .col-sm-4 {
  height: 230px;
}

.contact-item {
  overflow: hidden;
  margin-top: 5px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  padding: 15px;
  background-repeat: no-repeat;
  background-position: right bottom;
  height: 210px;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  overflow: hidden;
}

.contact-item:hover {
  margin-top: 0;
  margin-bottom: 25px;
  box-shadow: 0 5px 5px #ccc;
}

.contact-info {
  line-height: 32px;
}

@media(max-width:768px) {
  body {
    padding-top: 60px;
  }

  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-right: 5px;
    padding-left: 5px;
  }

  .home-img-news {
    margin-bottom: 20px;
  }

  .home-news-title {
    margin-bottom: 15px;
  }

  .home-news-des {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .copyright {
    line-height: 32px;
  }

  .margin-top-60 {
    margin-top: 30px;
  }

  .home-video {
    margin-top: 0;
  }

  .home-about-info {
    margin-top: 30px;
    border-left: none;
    padding-left: 0;
  }
  .product-container,.product-container a, .li-img a {
    height: 120px;
  }
  .product-container a img, .li-img a img {
    max-height: 120px;
  }
}
@media (max-width:320px) {
  .home-img-news{
    height: 300px;
  }
}
.show-news-info img{
	display:block;
	margin:auto !important;
}

/* 集团产业 */
.ind-title{
	background-color:#ff7f0a;
	line-height:40px;
	margin-bottom:30px;
	font-size:16px;
}
.ind-image{
	width:100%;
}
.ind-img{
	position: relative;
	border:1px solid #ddd;
	border-bottom:none;
}
.ind-title a:hover,.sub-name a:hover,.home-img-title a:hover{
	color:#ff0;
}
#pages{
	clear:both;
}
#pages a, #pages span {
    border: 1px solid #e5e5e5;
    overflow: hidden;
    padding: 5px 10px;
}

#pages span {
    color: #fff;
    font-weight: bold;
    border: 1px solid #ff7f0a;
    background-color: #ff7f0a;
}
.ind-btn-item{
	line-height:34px;
	border:1px solid #fff;
	position: absolute;
    left: 50%;
    top: 50%;
	color:#fff;
	padding:0 20px;
	margin-top:-18px;
	margin-left:-63px;
}
.ind-btn-item:hover {
	background-color:#ff7f0a;
	color:#fff;
	border-color:#ff7f0a;
}
.show-news-info table{
	width:100% !important;
	border: 1px solid #ddd;
}
.show-news-info tr,.show-news-info td{
	border: 1px solid #ddd;
	padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
}
.show-pro{
	margin-top:30px;
}
.item-234 .bread-title{
	color:#1b7a01;
}
.item-234 .btn-block{
    border: 1px solid #1b7a01;
	color:#1b7a01;
}

.item-234 .bread-active{
    background-color: #1b7a01;
    border-color: #1b7a01 !important;
}
.item-229 .bread-title,.item-229 .btn-block{
	color:#00aeef;
	border-color:#00aeef;
}
.item-229 .bread-active{
	background-color:#00aeef;
	border-color:#00aeef !important;
}
/* 2019年5月10日08:29:13 */
@media(min-width:768px){
	.videosamplex{
		width:60%;
		height:auto;
		margin:auto;
		margin-bottom:50px;
	}
}
.pro-des{
	margin-top:20px;
}
/* 2019年6月2日17:34:33 */
.product-name-m{
	font-size:24px;
	padding:5px 0;
}
.m-cs{
	padding:5px;
	background-color:#ddd;
	margin-bottom:30px;
	overflow:hidden;
	border:1px solid #ddd;
	border-top:none;
	 -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
.cs{
	height:20px;
	font-size:12px;
	/* border-right:1px solid #f5f5f5;
	text-align:center; */
}
.m-cs .padding-zero:last-child p:last-child{
	border:none;
}
.m-products:hover .m-cs{
	background-color:#ff7f0a;
}
.m-products:hover a{
	color:#fff;
}
.show-pro-table{
	margin-top:20px;
}
.swiper-wrapper .swiper-slide:nth-of-type(2n) .sub-name{
	background-color:#f00;
}
.zz img{
	max-height:40px;
}
#roll{
  position: absolute;
}